home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / serien / purity / nr.42 / includes3v1 / includes3v1.lha / Resources / BattClock.i next >
Text File  |  1994-12-04  |  197b  |  15 lines

  1.  
  2. CONST
  3.   BATTCLOCKNAME =  "battclock.resource";
  4.  
  5. PROCEDURE ResetBattClock;
  6.     External;
  7.  
  8. FUNCTION ReadBattClock : Integer;
  9.     External;
  10.  
  11. PROCEDURE WriteBattClock(Time : Integer);
  12.     External;
  13.  
  14.  
  15.